home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / src / file31s.zoo / file3.1 / conftest.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-18  |  93 b   |  4 lines

  1. #include <sys/types.h>
  2. #include <sys/stat.h>
  3. main() { struct stat s; exit(0); s.st_blocks; }
  4.